input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul,
ol,
li {
    list-style-type: none;
}

select,
input,
img,
select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table,
th,
td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1,
h2,
h3,
h4 {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.wd1200 {
    width: 1200px;
    margin: 0 auto;
}

p {
    margin: 0;
}

/*滚动*/
#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.max1400 {
    max-width: 1410px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

/*头部样式*/
.index-c1 {
    background: #fff;
}

.c1-con {
    background: #fff;
    margin-top: -106px;
    position: relative;
    z-index: 999;
    box-shadow: 0 5px 5px #f7f7f7;
}

.index-c1 ul {
    padding: 22px 20px 30px;
    font-size: 0;
}

.index-c1 ul li {
    width: 25%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.index-c1 ul li .img {
    max-width: 100%;
}

.index-c1 ul li h3 {
    font-size: 54px;
    line-height: 1.7;
    color: #333333;
    font-weight: 400;
    font-family: "impact";
}

.index-c1 ul li h3 i {
    font-style: inherit;
}

.index-c1 ul li h3 span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding-left: 5px;
}

.index-c1 ul li p {
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


@media (max-width:1200px) {
    .c1-con {
        margin-top: 0;
    }
}


@media (max-width:768px) {
    .index-c1 ul {
        padding: 15px 0 15px;
    }

    .index-c1 ul li {
        width: 50%;
        border-right: none;
        margin-bottom: 15px;
    }

    .index-c1 ul li h3 {
        font-size: 34px;
    }

    .index-c1 ul li p {
        font-size: 14px;
    }

}

/*c2_index*/
.c2_index {
    position: relative;
    padding: 3.125% 0;
}

.ttt2 {
    text-align: center;
}

.ttt2 h2 {
    font-size: 38px;
    color: #333333;
}

.ttt2 p {
    font-size: 18px;
    color: #666666;
    padding-top: 10px;
}

.sort2 {
    position: relative;
    margin: 15px 0 30px;
    text-align: center;
}

.sort2 li {
    position: relative;
    display: inline-block;
    padding: 0 15px;
}

.sort2 li+li::before {
    position: absolute;
    left: 0px;
    content: "|";
    top: 2px;
}

.sort2 li a {
    display: block;
    color: #666666;
    font-size: 18px;
}

.sort2 li:hover a,
.sort2 li.on a {
    color: #007bbc;
}

.tabz_content {
    padding-top: 1.125%;
}

.product_list11 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.product_list11 li {
    text-align: center;
    width: 24%;
        border: 1px solid #f5f5f5;
}

.product_list11 li a {
    display: block
}

.product_list11 li .ovimg {
    overflow: hidden
}

.product_list11 li .ovimg img {
    width: 100%;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product_list11 li h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    padding: 15px 0;
    line-height: 1.7;
}

.product_list11 li:hover .ovimg img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
}

.product_list11 li:hover h3 {
    color: #007bbc;
}


@media (max-width:768px) {
    .ttt2 h2 {
        font-size: 28px;
    }

    .sort2 li a {
        font-size: 15px;
    }

    .product_list11 {
        flex-wrap: wrap;
    }

    .product_list11 li {
        width: 48%;
    }

    .product_list11 li h3 {
        padding: 10px 0;
        font-size: 14px;
    }

}


/*c3_index*/
.c3_index {
    position: relative;
    background: url(48ae1439bf228e15a61389be3cfa8a9cc4821ab4.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.c3left {
    float: left;
    width: 48%;
}

.ads_list {
    position: relative;
}

.ads_list li img {
    width: 100%;
    height: auto;
}

.ads_list .slick-prev,
.ads_list .slick-next {
    display: none !important;
}

.ads_list .slick-dots {
    position: absolute;
    top: 40%;
    right: -16px;
    font-size: 0;
    z-index: 9;
    background: #ffffff;
    display: inline-block !important;
    padding: 10px;
    border-radius: 20px;
}

.ads_list .slick-dots li {
    display: block;
    margin: 8px 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    cursor: pointer;
}

.ads_list .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.ads_list .slick-dots li.slick-active {
    background-color: #0269a7;
}

.c3right {
    width: 52%;
    float: right;
    height: 100%;
    padding-left: 5.125%;
    padding-top: 3.125%;
}

.c3right .xset {
   
    position: relative;
   
    background-size: contain;
}

.c3right .xset h2 {
    font-size: 30px;
    color: #007bbc;
    line-height: 1.3;
}

.c3right .xset p {
    font-size: 20px;
    color: #e8771a;
}

.xcenter {
    position: relative;
    padding: 5.125% 0;
}

.xcenter h3 {
    font-size: 24px;
    color: #333333;
}

.xcenter span {
    display: block;
    font-size: 14px;
    color: #999999;
    font-family: "Arial";
    padding-top: 3px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.xnei {
    position: relative;
    padding: 1px 0;
    padding-left: 20px;
    border-left: 1px solid #0269a7;
}

.xnei p {
    position: relative;
    font-size: 16px;
    color: #666666;
    margin: 15px 0;
}

.xnei p::before {
    background: url(5aaff07da4b8acbb418ad2017784c4fdd9d5ca74.png) no-repeat left center;
    position: absolute;
    left: -27px;
    top: 5px;
    content: "";
    width: 13px;
    height: 13px;
}

.xnei p:nth-child(2n)::before {
    background: url(6d3328ca25773c3fc47c908a5fae7e1f6f0006cd.png) no-repeat left center;
}

.c3right .lian {
    position: relative;
    margin-top: 5.125%;
}

.c3right .lian a {
    display: inline-block;
    margin-right: 3.125%;
    padding: 10px 30px;
    border-radius: 20px;
    background: #f08200;
    color: #fff;
    font-size: 16px;
}

.c3right .lian a:nth-child(2) {
    background: #0269a7;
}

.c3right .lian i {
    padding-right: 10px;
}

@media (max-width:1440px) {
    .c3right .xset h2 {
        font-size: 24px;
    }

    .c3right .xset p {
        font-size: 18px;
    }

    .xcenter {
        padding: 3.125% 0;
    }

    .xcenter h3 {
        font-size: 22px;
    }

    .xnei p {
        margin: 12px 0;
        font-size: 15px;
    }
}


@media (max-width:1200px) {
    .xcenter h3 {
        font-size: 18px;
    }

    .xnei p {
        margin: 10px 0;
        font-size: 12px;
    }

    .c3right .lian {
        margin-top: 15px;
    }

    .c3right .lian a {
        font-size: 13px;
        padding: 8px 20px;
    }
}

@media (max-width:992px) {
    .c3left {
        width: 100%;
        float: none;
    }

    .c3right {
        width: 100%;
        float: none;
        padding-bottom: 3.125%;
    }

    .ads_list .slick-dots {
        top: auto;
        bottom: 10px;
        left: 0px;
        right: 0px;
        text-align: center;
        background: none;
    }

    .ads_list .slick-dots li {
        display: inline-block;
        margin: 0 6px;
    }

}


@media (max-width:500px) {
    .c3right .xset {
        /* padding-left: 70px; */
    }

    .c3right .xset h2 {
        font-size: 18px;
    }

    .c3right .xset p {
        font-size: 14px;
    }
}



/*c4_index*/
.c4_index {
    position: relative;
    padding: 3.125% 0;
}

.c4_wap {
    margin-top: 5.125%;
}

.c4-left {
    width: 46.4%;
    float: left;
}

.c4-left a {
    display: block;
    position: relative;
    overflow: hidden;
	height:420px;
}

.c4-left img {
    width: 100%;
    transition: .5s;
}

.c4-left a:hover img {
    transform: scale(1.1);
}

.c4-left h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}

.c4-right {
    width: 53.6%;
    float: right;
}

.c4-right ul li {
    width: 48%;
    margin-left: 2%;
    float: left;
    margin-bottom: 20px;
}

.c4-right ul li a {
    display: block;
    position: relative;
    overflow: hidden;
	height:200px;
}

.c4-right ul li img {
    width: 100%;
    transition: .5s;
}

.c4-right ul li:hover img {
    transform: scale(1.1);
}

.c4-right h3 {
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 400;
}

.ccmore {
    display: block;
    margin-top: 3.125%;
    font-size: 16px;
    color: #999999;
    text-align: center;
}

.ccmore:hover {
    color: #007bbc;
}

@media (max-width:990px) {
    .c4-right {
        width: 100%;
        float: none;
    }
}

@media (max-width:768px) {
    .c4-right h3 {
        font-size: 15px;
        line-height: 40px;
    }
}


/*c5_index*/
.c5_index {
    position: relative;
    background: #f9f9f9;
    padding: 3.125% 0;
    overflow: hidden;
}

.tabz_content2 {
    padding-top: 1.125%;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    position: relative;
    margin: 0 15px;
    border-radius: 10px;
    padding: 35px 20px 0 20px;
    margin-bottom: 30px;
    background: url(989d252fdb8488a1fffcdbf88eac3d693e1c1c98.png) no-repeat 20px bottom #f4f4f4;
    transition: .5s;
}

.news_list11 li a.img {
    display: block
}

.news_list11 li a.img .ntime {
    width: 90px;
    float: left;
    text-align: right;
}

.news_list11 li a.img .ntime p {
    color: #666666;
    font-size: 14px;
    font-family: "Arial";
}

.news_list11 li a.img .ntime h2 {
    color: #333333;
    font-size: 30px;
    font-family: "Arial";
    font-weight: 400;
    line-height: 1;
}

.news_list11 li a.img .nright {
    width: calc(100% - 110px);
    float: right;
}

.news_list11 li a.img .nright h3 {
    color: #333333;
    font-size: 18px;
}

.news_list11 li a.img .nright span {
    display: block;
    margin: 25px 0;
    font-size: 14px;
    color: #666666;
    line-height: 1.7;
}

.news_list11 li a.img .nright i {
    display: block;
    background: url(d6e285dcf089e0ab4f48b134cda2cb516e3eb298.png) no-repeat left center;
    height: 14px;
    margin-bottom: 30px;
}

.news_list11 li:hover {
    background: url(80ee0d7864931c28bff6e09bb99772a1288e688e.png) no-repeat 20px bottom #0269a7;
}

.news_list11 li:hover a.img .ntime p,
.news_list11 li:hover a.img .ntime h2,
.news_list11 li:hover a.img .nright h3,
.news_list11 li:hover a.img .nright span {
    color: #fff;
}

.news_list11 li:hover a.img .nright i {
    background: url(bbb2b7ac9904c666d1fb3c49ecf060cccbe86e03.png) no-repeat left center;
}


.news_list11 .slick-prev,
.news_list11 .slick-next {
    display: none !important;
}

.news_list11 .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: -10px;
}

.news_list11 .slick-dots li {
    display: inline-block;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bdbdbd;
    cursor: pointer;
    padding: 0;
}

.news_list11 .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.news_list11 .slick-dots li.slick-active {
    background-color: #0269a7;
}

@media (max-width:768px) {
    .news_list11 .slick-dots {
        bottom: 0;
    }
}



/*c6_index*/
.c6_index {
    position: relative;
    padding: 5.125% 0 1.125%;
    background: url(93307c6a08ab68901047d71c28d2eba44174828c.png) no-repeat left center;
}

.abbleft {
    position: relative;
}

.abbleft h2 {
    font-size: 32px;
    color: #333333;
}

.abbleft h3 {
    font-size: 20px;
    color: #007bbc;
    font-weight: 400;
    margin: 10px 0 30px;
}

.abbleft .abbtxt {
    color: #666666;
    font-size: 16px;
    line-height: 1.9;
}

.abbleft .abbmore {
    margin-top: 5.125%;
    display: block;
    background: url(8b6bf46e666fab81247a1059c634a025b9a6ed6d.png) no-repeat center;
    line-height: 56px;
    width: 200px;
    text-indent: 25px;
    font-size: 14px;
    color: #0269a7;
    text-transform: uppercase;
}

.abbimg {
    position: relative;
    margin-top: 15px;
}

.abbimg img {
    width: 100%;
}

@media (max-width:768px) {


.c4-right ul li a {
    display: block;
    position: relative;
    overflow: hidden;
	height:150px;
}

    .abbleft,
    .abbimg {
        padding: 0;
    }

    .abbleft h2 {
        font-size: 28px;
    }

    .abbleft h3 {
        font-size: 18px;
    }

    .abbleft .abbtxt {
        font-size: 14px;
    }

    .abbleft .abbmore {
        background-size: 100% 100%;
        line-height: 40px;
        width: 150px;
        text-indent: 15px;
        font-size: 12px;
    }
}

/*c7_index*/
.c7_index {
    position: relative;
    padding: 1.125% 0 3.125%;
    overflow: hidden;
  
}

.c7ttt {
    position: relative;
}

.c7ttt h2 {
    color: #555555;
    font-size: 28px;
    font-weight: 400;
}

.c7ttt a {
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    font-size: 14px;
    color: #999999;
}

.hezuo_list {
    position: relative;
    margin-top: 3.125%;
}

.hezuo_list li {
    position: relative;
    padding: 10px 0;
}

.hezuo_list li a {
    display: block;
    border: 1px solid #f5f5f5;
    transition: .3s;
}

.hezuo_list li a img {
    width: 100%;
}

.hezuo_list li:hover a {
    box-shadow: 0 0px 12px #ddd;
}

.hezuo_list .slick-prev,
.hezuo_list .slick-next {
    display: none !important;
}


.x-seo {
    text-align: left;
}




/*手机底部*/

@media (max-width: 991px){
body {
    padding-top: 60px;
}
    
}


@media (max-width:768px) {
    .db {
        display: block !important;
    }
}


.dbb {
    height: 50px;
}

/* 页脚 */
.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #000;
}

.footer ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.footer ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #ffffff;
    line-height: 30px;
    padding: 10px 0;
    font-size: 0;
}

.footer ul li.active {
    background: #000;
}

.footer ul li a {
    display: block;
    color: #fff;
}

.footer ul li .iconfont {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.footer ul li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
}


.footer li .icon-home {
    background: url(a4dec8a70f4501a38a6fa0c628bc59257884f9eb.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-home2 {
    background: url(8ca3ba776dff50a9f45e95e411ca32c2ada8655d.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone {
    background: url(afb9515e746b5df503bfbd1f6655a31975647cf7.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-contact {
    background: url(c12bdeb2dd4d8612e9f33c51ffc45f560efcb693.png) no-repeat;
    width: 20px;
    height: 20px;
}

.footer li .icon-phone:before {
    font-size: 0;
}

.footer ul li a {
    border-left: 1px solid #fff;
}

/* 友情链接 */

.c-link {
    padding: 20px 0;
    font-size: 14px;
    color: #2a333c;
    line-height: 24px;
}

.c-link .con {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.c-link .con .button{
    color: #fff;
}

.c-link span {
    cursor: pointer;
    display: block;
}

.c-link dd{
    width:calc(100% - 70px)
}

.c-link .sec {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: rgba(255,255,255,.6);
    padding: 10px;
    min-width:120px;
}

.c-link a {
    color: #fff;
    padding: 0 4px;
    font-size: 14px;
    line-height: 24px;
}